QuickTime 3 For Windows Programmers

| Previous | Chapter Contents | Chapter Top | Next |

GetPortHBITMAP

The GetPortHBITMAP function returns a HBITMAP .

void *GetPortHBITMAP(GrafPtr port);
port
A Macintosh graphics port.

function result
A Windows HBITMAP .

DISCUSSION

Use this routine to get the HBITMAP object associated with an offscreen graphics world. This HBITMAP will be a DIBSECTION . Do not dispose of this HBITMAP .


© 1998 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |